home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / db_fullf / 12150j01.ziv / INSTALLB.OVL < prev    next >
Text File  |  1993-02-07  |  985b  |  35 lines

  1. echo off
  2. cls
  3. echo Beginning installation. Please wait . . .
  4. :disk1
  5. echo Make certain DISK1 is in Drive B.
  6. pause
  7. if not exist b:zephyr4.001 goto disk1
  8. echo Copying DISK1 to default drive . . .
  9. copy b:zephyr4.001
  10. :disk2
  11. echo Please insert Disk 2 in Drive B.
  12. pause
  13. if not exist b:zephyr4.002 goto disk2
  14. echo Copying DISK2 to default drive . . .
  15. copy b:zephyr4.002
  16. :disk3
  17. echo Please insert Disk 3 in Drive B.
  18. pause
  19. if not exist b:zephyr4.003 goto disk3
  20. echo Copying DISK3 to default drive . . .
  21. copy b:zephyr4.003
  22. cls
  23. echo Please remove DISK3 and store in a safe place.
  24. echo Reconstructing Zephyr archive for installation . . .
  25. copy /b zephyr4.002 + zephyr4.003 + zephyr4.001 zephyr4.exe
  26. del zephyr4.0*
  27. zephyr4
  28. del zephyr4.exe
  29. echo Installation completed.
  30. echo Type the following to print ALL documentation: COPY *.DOC PRN
  31. echo To run Zephyr, type ZEPHYR
  32. echo You may ignore the error message, if any, appearing on the next line.
  33. del install2.bat > nul
  34.  
  35.